home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 65.zip / BS1 part 65 / Protracker v2.1a.adf / PT.ReadMe! < prev    next >
Text File  |  1992-04-14  |  14KB  |  328 lines

  1. -------------------------------------------------------------------------
  2. Protracker V2.1 Release A - (C) 1992 Mushroom Studios/Noxious  16/04-1992
  3. -------------------------------------------------------------------------
  4.  
  5. Protracker is a Public Domain program, and may may be copied freely and
  6. included in any PD library. You may not charge anything for the program
  7. other than the cost of the disk and the PD-service.
  8.  
  9. Message to Lars "ZAP" Hamre & co:
  10. ---------------------------------
  11. Instead of writing brand new textfiles, we've just modified your original
  12. PT1.1 textfiles. Hope you don't mind.
  13.  
  14. This disk should contain the following files:
  15.  
  16.   PT2.1A                 -  The main program.
  17.   PT2.1A.info            -  The Icon for Protracker.
  18.   PROP                   -  Protracker module player.
  19.   PT.TempoCalc.txt       -  How to calculate tempo etc.
  20.   PT-Play.s              -  Playroutine for the Seka or DevPac assemblers.
  21.   PT-CIAPlay.s           -  Playroutine for CIA timing.
  22.   PT.FileFormat.txt      -  Description of the file format.
  23.   PT.Effects.txt         -  Quick help on all effect commands.
  24.   PT.help                -  Online helpfile for PT2.1A (press the Help key).
  25.   PT.help.txt            -  Read-/Printable version of the help file.
  26.   PT.help.txt.info       -  Icon for the PT.help.txt file.
  27.   PT.config-00           -  Default configuration file.
  28.   PT.Update!             -  Textfile with changes from PT1.1B(PT2.0)
  29.   PT.Update!.info        -  Icon for the PT.Update! file.
  30.   PT.ReadMe!             -  ****--> This file <--**** 
  31.   PT.ReadMe!.info        -  Icon for the PT.ReadMe! file.
  32.   PT.Version!            -  Textfile explaining the versionnumber 
  33.   PT.Version!.info       -  Icon for the PT.Version! file.
  34.  
  35. Some info..
  36. -----------
  37.  
  38. This disk contains all the necessary files to run Shell, CLI, and all the
  39. most used CLI-Commands. It is possible to print songs, but we'we only
  40. included the Generic printerdriver, so you'll have to install your own.
  41. Remember to set the new printerdriver with Preferences. If you make your
  42. own workdisk, remember to copy the commands "Run" and "EndCLI".
  43.  
  44. If you are going to make make a compact-disk containing Protracker, please 
  45. include PT.help!!! THIS IS VERY IMPORTANT!!!
  46.  
  47.              DO NOT ATTEMPT TO EDIT THE HELP-FILE!!!
  48.  
  49. The first 1024 bytes are a text-offset index for Protracker, so keep off. 
  50.  
  51. For more info, press the HELP key when you have started Protracker.
  52.  
  53. It isn't possible to load old configuration files with PT2.1A, but if you
  54. load an old config-file into an editor and change the first 5 letters to
  55. "PT2.1", you might be able to use it, but some new functions may be set to
  56. zero though. Remember to check the DMA-wait and all the other functions
  57. or you'll experience some crashes etc...
  58.  
  59.  
  60.  
  61. --- Protracker history ---
  62.  
  63. First Version 1.0 (A) - Full of bugs...
  64.  
  65. Bugs corrected in V1.0 Release B:
  66. ---------------------------------
  67.  - PatternLoop (It always jumped to the start of the pattern, not the loop)
  68.  - Zap had put FineTune AND Glissando-Control in the same command! (E3)
  69.  - Fade Up / Down caused shit and even a few gurus!
  70.  - Delete Pos inserted pattern 77 (!) at position 127 in the song, causing
  71.    it to be longer than 80k!
  72.  - Filter All Samples was slow as hell because it tried to filter non-
  73.    existant samples.
  74.  - If you selected sample 0 from the keypad, it always played the last
  75.    sample played as sample 0!
  76.  - A590 harddisk owners couldn't use the keyboard because of the way Mahoney
  77.    & Kaktus set up the keyboard interrupt (we used their NT1.1 routine).
  78.  - Entering the help screen when in the midi screen fucked up the display.
  79.  - Escaping from Mix exited from the whole edit op.!
  80.  - CutBeg no longer fucks up the Sample length and Pos.
  81.  - The help file was FULL of bugs / misspellings.
  82.  
  83. Bugs corrected in V1.0 Release C:
  84. ---------------------------------
  85.  - Error in Finetune-table2 (note B-2)
  86.  - Abort Load sometimes caused a guru!
  87.  - Toneportamento (cmd 3) didn't work correctly with finetune.
  88.  - PLST screen was one pixel off.
  89.  
  90.  MIDI screen was removed.
  91.  
  92.  
  93. Changes and improvements from Protracker V1.0C to V1.1A:
  94. --------------------------------------------------------
  95.  
  96. General:
  97.   - Protracker will now run if you have Kickstart 2.0 installed!
  98.     (A500, A1000, A2000, A3000 etc...)
  99.   - Protracker will also "Auto runback" when you start from CLI!
  100.     There's no need to use the 'run' command.
  101.   - Keyboard and mouse input is provided by an InputHandler with prior-
  102.     ity 52. The handler will grab all RAWKEY and RAWMOUSE events from
  103.     the input.device before they reach intuition. PT will no longer
  104.     interfere with windows and gadgets on the intuition screen behind.
  105.   - Keyboard buffer. Wow!!! Now you can play really fast, and PT won't
  106.     miss a single key (...well, not as many as it used to before...).
  107.   - The vertical blank interrupt no longer patches the vector itself, but
  108.     uses the AddIntServer function.
  109.   - The playroutine creates it's own CIA or VBLANK interrupt, and it will
  110.     not be removed if a song is playing when you go to CLI/Workbench.
  111.   - Text input routine changed a little. Use mouse to set pos and to exit.
  112.   - Improved "Out of memory" handling (hopefully no more gurus...).
  113.   - Only the first 2 bytes of a sample will be zeroed (were the first 4).
  114.   - Lots of new keyboard commands/shortcuts using the Alt key.
  115.   - Vibrato depth changed to be compatible with NT2.0. Double all your
  116.     depth numbers if you load old protracker songs.
  117.   - Funk Repeat changed to Invert Loop (may trash your samples though).
  118.   - Play samples from the keypad (dot mode) when pressing backslash.
  119.  
  120. Main Screen:
  121.   - MIDI screen has been removed. Changed to sampler instead. MIDI input
  122.     is still there, but there's no MIDI output. Sorry...
  123.   - Quadrascope. Four channel oscilloscope that displays the samples
  124.     in real-time, even when playing from keyboard. The good old spectrum
  125.     analyzer is still there, just click on the scope to toggle.
  126.   - Tempo gadget. Default is 125 BPM (normal vblank speed), but that can be
  127.     changed if you select CIA timing on Setup2. Range is 32-255 BPM, and
  128.     can also be changed with the 'F' effect command (speed/tempo).
  129.   - Repeat and replen will be updated in the samples when you change them.
  130.     You no longer have to press a key to hear the new loop.
  131.   - Protracker should now be able to show up to 10/16 megs of freemem.
  132.   - Error messages when PLST or Config not found.
  133.   - Click to enter position, pattern and length with the keyboard.
  134.  
  135. Disk Op.:
  136.   - Choose RAW or IFF when saving samples.
  137.   - Samples can be saved with IFF-loops.
  138.   - Change path without reading directory.
  139.   - All 30 characters in filename/directory stored (was 24).
  140.   - Shows directories, just click to add directory to path.
  141.   - Parent directory gadget.
  142.   - One preset and several default paths for modules/songs/samples.
  143.   - PT will now read an "unlimited" number of directory entries (was 200).
  144.  
  145. Setup:
  146.   - The only thing that's happened here is a small gadget labeled "2".
  147.     Pressing it will put you in...
  148.  
  149. Setup2:
  150.   - 8 new on/off toggles.
  151.     Override: Load/save sample from samplepath even if there's a path
  152.       in the samplename. ST-37:bigbadbass with override will be loaded
  153.       from DF0: (or whatever) instead of ST-37:. You may want to put
  154.       all your samples in one big directory on your harddisk...
  155.     NoSamples: Will load a song without asking for the samples.
  156.     BlankZero: This will show the samplenumbers in the pattern in the
  157.       same way as Noisetracker 1.2 (Zeros are blanked out).
  158.     Show Dirs: If on, directories will be shown in Disk Op.
  159.     Show Publ: If on, PT will show all free Public memory, otherwise
  160.       just free Chip memory.
  161.     CutToBuff: If on, the part of the sample cut away in the sample
  162.       editor will be saved in the copybuffer.
  163.     Load Loop: Will load loops from an IFF file when loading a sample,
  164.       or adding a path in the sampleeditor.
  165.     Slow Mode: Use this toggle if you have a 25 Mhz A3000 where every-
  166.       thing is faster. Turning it on might help.
  167.   - Set Default paths.
  168.   - You can set the maximum number of presets (used to be 2500).
  169.   - DMA wait. Use this on 25MHz Amigas (normally 300, use 900 on A3000).
  170.   - Set tuning tone (note and volume).
  171.   - Select CIA or VBlank timing.
  172.   - Set default CIA tempo.
  173.   - Spectrum Analyzer/VU-meter copper color editor!
  174.  
  175. Preset Editor:
  176.   - Use Preset removed, inserted Delete Disk instead.
  177.   - You can now save Finetune instead of Volume in the PLST. 
  178.   - ST-disk number changed to hex (ST-00 --> ST-FF)!
  179.   - Adding samples with IFF-loops to the presetlist is possible.
  180.   - Proper PLST allocation. Protracker will no longer allocate
  181.     any memory if there's no PLST.
  182.  
  183. PLST:
  184.   - ST-disk number changed to HEX. This means you can have
  185.     up to $FF, or 255 ST-disks (used to be 99).
  186.  
  187. Sampler/Sample Editor:
  188.   - Sample Graphing like Audiomaster. With Show Range, Show All,
  189.     Zoom Out, Range All, etc...
  190.   - Play either Waveform, Display or Range.
  191.   - Repeat points are shown, and can be dragged around.
  192.   - Loop on/off toggle.
  193.   - A line shows current position when playing back a sample.
  194.   - A sampler just like on NT2.0.
  195.   - Resample function w/tuning tone.
  196.   - Cut, Copy and Paste functions.
  197.   - Cursor to beginning/end.
  198.   - Swap current sample with copybuffer.
  199.  
  200. Edit Op.:
  201.   1 - Transpose All bug removed.
  202.   2 - Move changed to Copy (use this to copy samples too).
  203.   3 - Upsample changed a tiny bit (allocation).
  204.   3 - Most functions will now work with marked ranges.
  205.  
  206. Bugfixes and changes from PT1.1A to PT1.1B:
  207. -------------------------------------------
  208.  
  209. - Load gadget no longer hangs the program when trying to load a file that
  210.   doesn't exist.
  211. - Better filehandling with error messages.
  212. - Repeat and replen check installed (Rel. A hanged when replen accidentally
  213.   got the value zero).
  214. - Repeat and replen were swapped when loading an IFF sample.
  215. - Only RepLen values in IFF samples were added in the preset-editor.
  216. - Tune memory wasn't always updated when editing samples.
  217. - Swap Buffer debugged.
  218. - The arpeggio sounded weird because the pitch wasn't set back at the
  219.   right time.
  220. - Shift speeds up the scrolling in the PLST and preset-editor.
  221.  
  222. ---------------------------------------------------------
  223. Bugfixes and improvements from PT1.1B(& PT2.0) to PT2.1A:
  224. ---------------------------------------------------------
  225.  
  226. - mod. prefix was shown in the file-list if it wasn't lowercase only.
  227. - ReturnfromCLI requester enhanced with quitgadget.
  228. - Gadgetpositions fixed properly.
  229. - Accidental and Diskspace bugs fixed.
  230. - Editskip has now got an indicator.
  231. - DISK OP., PLST and PRESET-ED screens have TOP/BOTTOM gadgets.
  232. - PLST screen has now got Up/Down arrows.
  233. - PT can load&save powerpacked samples/modules.
  234. - PT can load&save tracks/patterns.
  235. - Format disk bug has been fixed (I hope).
  236. - Volume,Repeat,Replen,Pos & Mod is now editable from the keyboard.
  237.   Just click on the numbergadgets.
  238. - You can now choose an autoinserteffect of your own.(One of the ten
  239.   effectmacros).
  240. - The bug that completely turned the sound off when stopping the recording
  241.   has now been fixed.
  242. - You are now able to fastscroll the file- and presetlist to the next
  243.   startcharacter.Try it out yourselves...hard to explain.
  244. - The preset-ed routines have been corrected.To use your old PLST, simply
  245.   delete preset #0.
  246. - The metronome has now got an accent on the first beat.
  247. - A metronome keyboard toggle has been included.
  248. - The metronomechannel can easily be changed to the current cursorposition.
  249. - Most of the numbergadgets can now be zero'ed.
  250. - Better patternrefresh when doing keyboard I/O.
  251. - PT now reads the dir after rename/save/delete if the Autodirtoggle is on.
  252. - You can solo a channel with the mouse by holding the right mousebutton
  253.   while pressing 1,2,3 or 4.
  254. - You can pass an argument from workbench/shell/cli to automatically load
  255.   a module when PT starts.
  256. - Powerpacker crunching/decrunching with powerpacker.library!
  257.   PT will automaticly append/remove ".pp" to/from the filename.
  258. - You can save an Icon together with the module.
  259.  
  260. Known bugs, errors, stupid things and other crap:
  261. -------------------------------------------------
  262.  
  263. - If you load a song or module that's not a proper ST-module,
  264.   Protracker may trash the upper left of the screen and/or crash.
  265.   This screen-trashing may also happen other times. Don't ask us why
  266.   or when. There is really no proper way to check if a file is a module
  267.   or song. We check for "M.K." at offset 1080, and if isn't found,
  268.   Protracker asks if you want to load it with 31 samples, since it may
  269.   be a Startrekker module. If you answer no, PT assumes it's an old
  270.   15 samples song/module.
  271.  
  272. - If you format a disk with Protracker, it's possible to save files to the
  273.   disk, but if you try to load the files you just saved, nothing comes up
  274.   in the disk op. screen.  If could be that the Amiga has some problems
  275.   validating the disk, but there are no such messages. We'll have a look
  276.   at the Format routine.If you get any problems, try to take out the disk
  277.   and insert it again.PT should now re-read the dir.
  278.  
  279. - We're not sure that the MIDI input routines work at all...
  280.  
  281. - You cannot have two presets with the same name on different ST-disks.
  282.  
  283. - I have noticed that powerpacker.library crunches some samples/modules
  284.   improperly. (This goes with the powerpacker program as well).
  285.   Be sure to check the packed files before you delete the sourcefiles!
  286.  
  287.  
  288. If you send us bug reports, please describe the bugs properly, so that we
  289. can figure them out without too much trouble. State how, when and where
  290. the bug appeared, if it's there all the time, or just happened once.
  291. If you can tell us how to duplicate what you did to get the bug, it
  292. would be great. THEN we can try to eliminate it, ok?
  293.  
  294.  
  295. Things to come in newer versions:
  296. ---------------------------------
  297.  
  298. - Intuition campatible, multitasking.
  299.  
  300. - Synthetic sounds.
  301.  
  302. - MIDI.
  303.  
  304.   PT2.1A: MIDI functions are not functioning at all!!!!!
  305.   If you really need MIDI, you'll have to wait for a new version.
  306.  
  307.  
  308. We really don't know when PT2.2 will be released. Wait and see...
  309.  
  310.  
  311. If you want to contact us for any reason (please do) write to:
  312.  
  313.   Peter "CRAYON" Hanning
  314.   Vinterstigen 12
  315.   14440 Ronninge
  316.   Sweden
  317.  
  318. Or to:
  319.  
  320.   Anders "DOLPHIN" Ramsay
  321.   Fornhojdsvagen 6 II
  322.   15158 Sodertalje
  323.   Sweden
  324.  
  325.   You can also contact us at the Equipoise BBS: +46-755-87404
  326.  
  327.  
  328.